projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2d627
)
Remove confusing word from comment.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 28 Apr 2011 21:41:39 +0000
(14:41 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 28 Apr 2011 21:41:39 +0000
(14:41 -0700)
src/doprnt.c
patch
|
blob
|
history
diff --git
a/src/doprnt.c
b/src/doprnt.c
index 22950ec6faddac0df2faed6417a04115ac9602d4..838581f7acdcb51e1c63fb0fa56d48921b06abbd 100644
(file)
--- a/
src/doprnt.c
+++ b/
src/doprnt.c
@@
-70,7
+70,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
%<flags><width><precision><length>character
where flags is [+ -0], width is [0-9]+, precision is .[0-9]+, and length
-
modifier
is empty or l or ll.
+ is empty or l or ll.
The + flag character inserts a + before any positive number, while a space
inserts a space before any positive number; these flags only affect %d, %o,